Open techtonik opened 4 years ago
Excuse me for probably an obvious question, but still I have to ask.
What is the difference between %sql and %%sql commands?
%sql
%%sql
%sql is line magic. You must finish your statement in this line. %%sql is cell magic. Your query can have multiple lines.
Excuse me for probably an obvious question, but still I have to ask.
What is the difference between
%sql
and%%sql
commands?