42.7K results in 825 ms
9 years ago · Oct 15, 2016, 07:28 PM
INTEGER ... diagnosis_N_id INTEGER DROP TABLE IF EXISTS measurements, c_matrices; CREATE TABLE measurements ( measurement_id SERIAL
9 years ago · Oct 15, 2016, 06:34 PM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
9 years ago · Oct 15, 2016, 05:44 PM
USE MLR2; # ----------------------------------------------------------------------------- # TABLE : MARQUES # ----------------------------------------------------------------------------- CREATE TABLE IF NOT EXISTS MARQUES ( ID INTEGER NOT
9 years ago · Oct 15, 2016, 04:34 PM
an electoral issue. And if it is still unacceptable to people or not running right, then the
9 years ago · Oct 15, 2016, 02:44 PM
Queries; Queries = SQL_PrepareQuery ( SqlConnection, "CREATE TABLE IF NOT EXISTS %s (nickname varchar(32), kills
9 years ago · Oct 15, 2016, 02:18 PM
16:13:19] [Client thread/INFO] [NEIAddons|CraftingTables]: Not registering BC Autorcrafting Table [16:13:19] [Client thread/INFO] [NEIAddons|CraftingTables]:
9 years ago · Oct 15, 2016, 11:54 AM
this view drop function if exists "dbContact".tbContTypeVW_UpdData() cascade; create or replace function "dbContact".tbContTypeVW_UpdData()
9 years ago · Oct 15, 2016, 09:20 AM
args ) { // attribute or tag if not set. if( is_null( $this->tagName
9 years ago · Oct 15, 2016, 08:58 AM
if ($add_drop) {$out .= "DROP TABLE IF EXISTS `".$tab."`;\n";} // recieve query for create table structure $res = mysql_query("SHOW
9 years ago · Oct 15, 2016, 08:54 AM
sqldumptable($table, $fp=0) { $tabledump = "DROP TABLE IF EXISTS $table;\n"; $tabledump .= "CREATE TABLE $table (\n"; $firstfield=1;
9 years ago · Oct 15, 2016, 08:52 AM
0) { $tabledump = "DROP TABLE IF EXISTS $table; "; $tabledump .= "CREATE TABLE $table ( "; $firstfield = 1;
9 years ago · Oct 15, 2016, 07:40 AM
GO USE [_Starkov] GO IF OBJECT_ID('_Starkov.Meteo', 'U') IS NOT NULL DROP TABLE _Starkov.Meteo GO CREATE TABLE Meteo ( id TINYINT, Name
9 years ago · Oct 15, 2016, 06:28 AM
declared. Consider the following: CREATE TABLE FACULTY ( FID NUMBER(8,0), FACULTY_NAME
9 years ago · Oct 15, 2016, 02:48 AM
structure for table `gejala` -- CREATE TABLE IF NOT EXISTS `gejala` ( `kd_gejala` varchar(6) NOT
9 years ago · Oct 15, 2016, 02:48 AM
USE `FinanciamentoImoveis` ; -- ----------------------------------------------------- -- Table `FinanciamentoImoveis`.`endereco` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `FinanciamentoImoveis`.`endereco` ( `idendereco` INT NOT
9 years ago · Oct 15, 2016, 02:44 AM
USE `FinanciamentoImoveis` ; -- ----------------------------------------------------- -- Table `FinanciamentoImoveis`.`endereco` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `FinanciamentoImoveis`.`endereco` ( `idendereco` INT NOT
9 years ago · Oct 14, 2016, 10:26 PM
DECLARE CONTINUE HANDLER FOR NOT FOUND SET done = TRUE; DROP TABLE IF EXISTS TMPTABLE7456; CREATE TABLE TMPTABLE7456 (ID int,LOG
9 years ago · Oct 14, 2016, 09:20 PM
structure for table `xf_user` -- CREATE TABLE IF NOT EXISTS `xf_user` ( `user_id` int(10) unsigned
Total pages: 2134