Hi @MAHANK,If the Repos are not an option for you at the moment, you can use Visual Studio Code to compare 2 files. It's pretty straightforward. All you have to do after installing VS Code is to download both files to your local environment, open the...
Hi there!aliases must be strings. If your column alias contains space, special character, or is a number, then grab it within a backticks. See example below: select
order_id, -- No Alias - Works
order_id as ORDER_ID, ...