Skip to content

Select from column including null values

I’m trying to create SELECT that includes various foreign key to list all the rows it has, but there is two foreign key that can be null. bank_id and bbank_id can be null, so with this example it …

Split pipe separated string – Oracle SQL

I have a table with the following structure: table1 f_name f_content test1.txt |0002434299|354534|535345345|05|||BCV RESULT # 174|Test 12%| test2.txt |543566677|HTTYE|9w5w …

specific select within sql server

I have a table vbap : For all distinct POSNR, PARVW, I need to check if POSNR=POSNR2, if it’s the case I select KUNNR. if POSNRPOSNR2 and POSNR2 =’00000′ I select KUNNR Result: I didn’t …