cancel
Showing results for 
Search instead for 
Did you mean: 
AlokThampi
New Contributor III
since ‎11-29-2022
‎10-09-2024

User Stats

  • 5 Posts
  • 0 Solutions
  • 4 Kudos given
  • 0 Kudos received

User Activity

Hello,I am trying to join few delta tables as per the code below.SQLCopy select <applicable columns> FROM ReportTable G LEFT JOIN EKBETable EKBE ON EKBE.BELNR = G.ORDER_ID LEFT JOIN PurchaseOrder POL ON EKBE.EBELN = POL.PO_NOThe PurchaseOrder table c...
Hello All,I would like to get your inputs with a scenario that I see while writing into the bad_records file.I am reading a ‘Ԓ’ delimited CSV file based on a schema that I have already defined. I have enabled error handling while reading the file to ...
Kudos given to