随笔分类 -  sql

摘要:1 write sql that will get data to csv file name: allsql.sql 2 login sql, execute sql, write to csv file and add headers 阅读全文
posted @ 2018-08-03 13:20 idlewith 阅读(126) 评论(0) 推荐(0)
摘要:``` select * from table_a t where t.name = 'a'||'&'||'b'||'&'||'c' ``` 阅读全文
posted @ 2017-04-10 09:17 idlewith 阅读(113) 评论(0) 推荐(0)