mysql语法

记录这几天mysql的学习内容:

一、函数

CONCAT(str1,str2,str3); 字符串连接函数;

Round();取整;

Rand();随机;

二、语法

循环:

WHILE exp DO

END WHILE;

判断:

IF exp Then

END IF;

原文地址:https://www.cnblogs.com/parameter/p/7274006.html