MySQL Data statement

Source: Internet
Author: User

SELECT Fl.name,fvl.value,count ((Fvl.value)) n from Ps_feature_lang FL left joins Ps_feature_product FP on (fl.id_feature= Fp.id_feature) left JOIN Ps_feature_value_lang FVL on (fvl.id_feature_value=fp.id_feature_value) WHERE fp.id_product in (select Id_product from ps_category_product where id_category=110) group by Fvl.value Order by Fvl.value;


Show CREATE TABLE Tbl_name
Displays the SQL statement that created the table.

show Character set [like ' Pattern ']
Show all available character sets

Show CREATE DATABASE db_name
Displays the SQL statement when the db_name was created

show databases [like ' pattern ']
Displays all databases on the current MySQL

mysql> Show tables;

Show all tables on the current database

Show Open Table
Displays the table in the current table buffer

SHOW Privileges
Show the permissions that MySQL supports





MySQL Data statement

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.