第14章 mysql基础
1)显示当前的数据库的版本号和日期
select version(),current_date();
2)通过AS关键字设置字段名。
select version() as version; //可以设置中文,通过单引号 as 可以把值显成中文
select version() as "版本号"; //版本号 必须用"" 双引号,引上。
3)通过select 执行返回计算结果
select (20+6)*4;
4)只要不打分号 可以输入很多项;
>select
>version()
>;
&g...阅读全文
作者:admin | 分类:
Mysql | 阅读:
Warning: Use of undefined constant the_views - assumed 'the_views' (this will throw an Error in a future version of PHP) in
/www/wwwroot/blog.wmphp.com/wp-content/themes/wmphp/archive.php on line
19
|