sql语法总结

1、创建表

创建时间 default current_imestamp(6)

更新时间 default current_timestamp(6)  on update current_timestamp

2、去重查询

3、sql对字符串的处理 left() right() substring()  substring_index()

原文地址:https://www.cnblogs.com/jiuyang/p/8206276.html