1
Örneğin,Gösteri beyanında concat() group_concat() gibi işlevleri kullanabilir miyiz?
mysql> tabloları göster komutunu çalıştırıyorum;
kullanmak isteyen bir
b
C
d DB
içindeTablolar bu tür concat ('damla tablo', tabloismi olarak, ';');
benim sonuç kümesi
damla tablo olacağını Yani; Tablo;; Tablo c'yi 0;
vb ....
için [21.24 ınformatıon_schema TABLOLAR Tablo] (http://dev.mysql.com/doc/refman/5.7/en/tables-table.html) . – wchiquito
Teşekkür ederim. bir yorumda cevap mysql> concert'i seçin ('drop table', table_name, ';') from table_schema = 'DB' –