Does anyone know how to set Emacs to use /* */
comments in SQL mode by default instead of --
?
Clarification: I want to insert /* */
when I type M-;, but by default it inserts --
. I am not concerned with font coloring or anything.
I usually write sqlite and postgresql code, if that matters, but it shouldn't.