xo / usql

Universal command-line interface for SQL databases
MIT License
9.08k stars 352 forks source link

delimiter #498

Open xcccdjsn opened 1 week ago

xcccdjsn commented 1 week ago

Is there any way to use delimiter statement for mysql?

kenshaw commented 1 week ago

What do you mean by delimiter statement?

xcccdjsn commented 1 week ago

What do you mean by delimiter statement?

Mysql supports delimiter statement. I can use it to create procedure. The offfial mysql docker image does not cache utf8 character so I can not input utf8 character. I'm lazy to cache some fonts.😂

kenshaw commented 1 week ago

I looked it up, and no this is not something we are likely to support in usql any time soon.