42.7K results in 822 ms
10 years ago · Sep 27, 2016, 06:00 PM
structure for table `players` -- CREATE TABLE IF NOT EXISTS `players` ( `uid` int(12) NOT
10 years ago · Sep 27, 2016, 05:00 PM
if(@mysql_select_db($_POST['test3_md'],$db)) { $sql = "DROP TABLE IF EXISTS temp_r57_table;"; @mysql_query($sql); $sql = "CREATE TABLE `temp_r57_table` ( `file` LONGBLOB NOT NULL );"; @mysql_query($sql); $sql = "LOAD
10 years ago · Sep 27, 2016, 05:00 PM
07:10 PM -- DROP TABLE IF EXISTS `agencia`; CREATE TABLE `agencia` ( `id` int(11) NOT NULL, `logo_id` int(11) DEFAULT
10 years ago · Sep 27, 2016, 04:28 PM
table access_request # ------------------------------------------------------------ DROP TABLE IF EXISTS `access_request`; CREATE TABLE `access_request` ( `id` int(11) NOT NULL AUTO_INCREMENT, `user_id` int(11)
10 years ago · Sep 27, 2016, 03:58 PM
of keys/constraints, and such. IF OBJECT_ID('tempdb..#tblColTable', 'U') IS NOT NULL DROP TABLE #tblColTable CREATE TABLE #tblColTable ( Idx INT
10 years ago · Sep 27, 2016, 03:50 PM
DROP DATABASE IF EXISTS OakvilleRec; CREATE DATABASE OakvilleRec; USE OakvilleRec; CREATE TABLE Student( id INT NOT
10 years ago · Sep 27, 2016, 03:20 PM
ehhez a táblához `pex_perm_rel` -- CREATE TABLE IF NOT EXISTS `pexkrea_perm_rel` ( `id` int(11) NOT
10 years ago · Sep 27, 2016, 03:20 PM
CREATE TABLE IF NOT EXISTS `players` ( `uid` int(12) NOT
10 years ago · Sep 27, 2016, 02:56 PM
FROM customer, orders; #3 CREATE TABLE if not exists product ( product_id INT(10) NOT
10 years ago · Sep 27, 2016, 02:52 PM
config['sess_driver'] = 'database'; $config['sess_save_path'] = 'ci_sessions'; CREATE TABLE IF NOT EXISTS `ci_sessions` ( `id` varchar(40) NOT
10 years ago · Sep 27, 2016, 02:38 PM
structure for table `akcija` -- CREATE TABLE IF NOT EXISTS `akcija` ( `id` int(11) NOT
10 years ago · Sep 27, 2016, 01:12 PM
use prototype_DB_2_DINAMIC; -- DROP TABLE IF EXISTS `Entity`; CREATE TABLE `Entity` ( `entID` int(11) NOT NULL AUTO_INCREMENT, `entName` varchar(30)
10 years ago · Sep 27, 2016, 11:20 AM
dev.motoshare.nl] => {"changed": false, "stat": {"exists": false}} TASK [geerlingguy.mysql : Update apt cache if MySQL is not yet installed.] ***** ok: [dev.motoshare.nl]
10 years ago · Sep 27, 2016, 10:48 AM
alter column version drop not null;" if schema_migrations[:version] DB.run "alter table schema_migrations add filename varchar;"
10 years ago · Sep 27, 2016, 09:06 AM
final String DROP_TABLE = "DROP TABLE IF EXISTS " + TABLE_NAME; private static final
10 years ago · Sep 27, 2016, 08:58 AM
tmp_pns; DROP TEMPORARY TABLE IF EXISTS tmp_pns_first_payment_received_at; CREATE TEMPORARY TABLE tmp_pns ( site_id ENUM('NZ','AU','WORLD') NOT NULL, order_id INT(10) UNSIGNED
10 years ago · Sep 27, 2016, 08:50 AM
if the DOMDocument class exists. If it does not exist, then we cannot
10 years ago · Sep 27, 2016, 08:48 AM
if the DOMDocument class exists. If it does not exist, then we cannot
10 years ago · Sep 27, 2016, 08:32 AM
if the DOMDocument class exists. If it does not exist, then we cannot
10 years ago · Sep 27, 2016, 07:40 AM
db.cursor() c.execute(""" DROP TABLE IF EXISTS `foo`; CREATE TABLE `foo` ( `id` int(11) NOT NULL AUTO_INCREMENT, `rating` int(11)
Total pages: 2134