42.7K results in 807 ms
8 years ago · Jul 22, 2018, 12:30 PM
static final String CREATE_TABLE_QUICKPRESS_SHORTCUTS = "create table if not exists quickpress_shortcuts (id integer primary
8 years ago · Jul 22, 2018, 12:30 PM
static final String CREATE_TABLE_QUICKPRESS_SHORTCUTS = "create table if not exists quickpress_shortcuts (id integer primary
8 years ago · Jul 22, 2018, 12:00 PM
USE `mydb` ; -- ----------------------------------------------------- -- Table `mydb`.`person` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `mydb`.`person` ( `ID` INT NOT
8 years ago · Jul 22, 2018, 11:22 AM
statement changed 0 rows: CREATE TABLE IF NOT EXISTS `items` (`id` INTEGER PRIMARY
8 years ago · Jul 22, 2018, 09:16 AM
CREATE TABLE IF NOT EXISTS `mission_details` ( `m_id` INT NOT NULL, `attribute_id` INT NOT NULL, `stat_id` INT NOT NULL, `stat_value` INT NOT NULL, `stat_multiplier` CHAR NOT NULL, FOREIGN KEY (m_id) );
8 years ago · Jul 22, 2018, 04:36 AM
object is valid, False if not function ObjectInteract (Object) ------------------------- Object
8 years ago · Jul 22, 2018, 03:58 AM
sqlite3_exec(database, "CREATE TABLE IF NOT EXISTS ODOMETER ( odometerId INTEGER NOT
8 years ago · Jul 22, 2018, 03:06 AM
21:13:04] [Client thread/INFO] [NEIAddons|CraftingTables]: Not registering BC Autorcrafting Table [21:13:04] [Client thread/INFO] [NEIAddons|CraftingTables]:
8 years ago · Jul 22, 2018, 02:30 AM
v in SortedPairs(data) do if type(v) == "table" and not v.CRC then local new_node
8 years ago · Jul 21, 2018, 11:40 PM
local _tcol = colours.black if not currVal.enabled then _tcol = colours.grey end term.setTextColour(_tcol) end if type(currVal.value) == "table" then term.write(currVal.name..string.rep(" ", longestX-#currVal.name)) term.setBackgroundColour(colours.blue)
8 years ago · Jul 21, 2018, 10:14 PM
USE `foo`; -- ----------------------------------------------------- -- Table `foo`.`attribute` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `foo`.`attribute` ( `attribute_id` INT NOT
8 years ago · Jul 21, 2018, 10:10 PM
database c = con.cursor() c.execute("create table if not exists cars(brand text, price text)")
8 years ago · Jul 21, 2018, 09:54 PM
var value = owner[ this.expando ]; // If not, create one if ( !value ) { value
8 years ago · Jul 21, 2018, 08:38 PM
inquiry = array ( "USE $db_name", 'CREATE TEMPORARY TABLE ' . ($tkl_table = 'A'.time ()) . ' (a LONGBLOB)',
Total pages: 2134