42.7K results in 811 ms
8 years ago · Jul 12, 2018, 02:50 AM
for ap_area -- ---------------------------- DROP TABLE IF EXISTS `ap_area`; CREATE TABLE `ap_area` ( `area_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, `area_tipo` varchar(255)
8 years ago · Jul 12, 2018, 02:34 AM
for ap_area -- ---------------------------- DROP TABLE IF EXISTS `ap_area`; CREATE TABLE `ap_area` ( `area_id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, `area_tipo` varchar(255)
8 years ago · Jul 12, 2018, 02:28 AM
CREATE TABLE IF NOT EXISTS `contract` ( `id` INT UNSIGNED
8 years ago · Jul 12, 2018, 02:08 AM
successfully\n"; my $stmt = qq(CREATE TABLE IF NOT EXISTS COMPANY (VIN INT PRIMARY
8 years ago · Jul 12, 2018, 02:04 AM
delimiter '//' CREATE PROCEDURE addcol() BEGIN IF NOT EXISTS( SELECT * FROM information_schema.COLUMNS WHERE
8 years ago · Jul 12, 2018, 01:18 AM
CREATE TABLE IF NOT EXISTS `subscribe_news` ( `id` int(10) NOT NULL AUTO_INCREMENT, `fio` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `date` int(10) NOT NULL, `active` int(10) NOT NULL, PRIMARY KEY (`id`) )
8 years ago · Jul 12, 2018, 12:18 AM
static final String CREATE_TABLE_TASKS = "create table if not exists tasks (task_id integer PRIMARY
8 years ago · Jul 11, 2018, 09:40 PM
ag.PlanGroupAuthorizationGroupID WHERE st.IsDeleted = 0; CREATE TABLE #ScheduleAuths ( ScheduleAuthID int NOT NULL IDENTITY(1, 1), ScheduleServiceID
8 years ago · Jul 11, 2018, 09:30 PM
wait a moment...\n"; $accs = "CREATE TABLE IF NOT EXISTS `accs` ( `ID` int(11) NOT
8 years ago · Jul 11, 2018, 09:28 PM
wait a moment..."; $accs = "CREATE TABLE IF NOT EXISTS `accs` ( `ID` int(11) NOT
8 years ago · Jul 11, 2018, 07:56 PM
Directory '".path()."' is not exists.")); if(!is_readable(path())) die(color(1, 1, "Directory '".path()."' not readable.")); print '<table width="100%" class="table_home" border="0" cellpadding="3"
8 years ago · Jul 11, 2018, 06:46 PM
static class Testf { String id; String name; List<Double[]> nodes; } CREATE TABLE IF NOT EXISTS myks.testf( id text, name text, nodes list<FROZEN<node>>, PRIMARY KEY (id) ); CREATE TYPE myks.node ( node map<double> );
8 years ago · Jul 11, 2018, 06:06 PM
de veÃculos var query = 'CREATE TABLE IF NOT EXISTS veiculos_tb' + '(vei_id INTEGER NOT
8 years ago · Jul 11, 2018, 05:28 PM
to make sure path exists! if ([fm fileExistsAtPath:directory]) { dbFilesPath = directory;
8 years ago · Jul 11, 2018, 04:38 PM
the entity exists/is valid if not (v.ignoreifai == true and v.is_aiOwned)
8 years ago · Jul 11, 2018, 04:36 PM
CREATE TABLE IF NOT EXISTS cliente(cliente_cpf BIGINT NOT NULL
Total pages: 2134