Im new to data bricks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2024 03:39 PM
I am looking for a short cheat sheet that shows the coding differences between databricks and ms sql server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-04-2024 11:42 AM
You can start with the Delta Lake Cheatsheet, but in the ear of LLMs, you just go to chatgpt and ask it to translate the SQL server code to Spark SQL, you can also use Databricks assistant to help you translate the code.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2024 02:10 PM
What AMR said. It's the difference between T SQL and Spark/ANSI SQL. There's a wide variety of small, syntax differences, but if you drop your code in an LLM and ask it to convert, you should get what you need.

