码迷,mamicode.com
首页 > 数据库 > 详细

mysql常用的信息查询函数

时间:2017-09-24 19:18:49      阅读:201      评论:0      收藏:0      [点我收藏+]

标签:student   sel   常用   ase   current   日期   时间   base   用户   

mysql常用信息函数
    select version();                --当前数据库服务器版本信息
    select database();            --当前使用的数据库
    select current_user()            
    或    select user();            --当前用户

    select curdate()
    select current_date            --当前日期

    select curtime()
    select current_time()            --当前日期+时间

    show tables;                --显示所有的表

    show databases;            --显示所有的库

    show create database db_;    --查看标准建库语句

    show create table tb_name;    --查询标准建表语句

    show full columns from studentinfo --查看表字段信息

 

mysql常用的信息查询函数

标签:student   sel   常用   ase   current   日期   时间   base   用户   

原文地址:http://www.cnblogs.com/fqszywz/p/7588037.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!