Skip to main content

Select query for column details of a table

Query:
select * from INFORMATION_SCHEMA.COLUMNS where TABLE_NAME = 'table_name';

Comments

  1. Pari Match joined the net playing business method back in 1994. Fully licensed and regulated, it wins the gold right now with a large 카지노사이트 catalogue of high-quality games combined with a 20,000 INR welcome bonus. World Series of Poker is about pretty much as good} as it will get for poker games. It has a ton of active players, plenty of online contests, and also you get free chips each four hours in case you lose all of yours. As could have|you may have|you may have} guessed, it additionally consists of online multiplayer modes and tournaments.

    ReplyDelete

Post a Comment

Popular posts from this blog

session_start(): Failed to initialize storage module: user (path: )

Error: session_start(): Failed to initialize storage module: user (path: ) Solution: When this error is given for the Codeigniter project you are running, that is specifically for not having a path recognised to store session data. Set config data as follows [file: your-project-folder/application/config/config.php] : $config['sess_driver'] = 'files'; $config['sess_cookie_name'] = 'ci_session'; $config['sess_expiration'] = 7200; $config['sess_save_path'] = APPPATH.'cache/'; $config['sess_match_ip'] = TRUE; $config['sess_time_to_update'] = 300; $config['sess_regenerate_destroy'] = FALSE;