Skip to main content

Hi, 

dsd
 

Random screenshot

dsd
 

SELECT COLUMN FROM TABLE
GROUP BY COLUMN
IMPORT SOME_PACKAGE

Some_int = 2
Some_oth_int = 3
Sum_int = Some_int + Some_oth_int

text_var = 'some text'
for lt in text_var:
print(lt)

Input  

Customer Invoce
Company 1 1
Company 1 2
Company 2 3


desired output 

Customer List of invoices
Company 1 1,2
Comapny 2 1

 

Test spoilers


TABLE

Best Regards,
Mateusz Dudek

Be the first to reply!

Reply