create-table
Can I create more than 1 table at a time in a SQLite query in Actionscript?
Whenever I try to create more than one table in actionscript, only the first one gets run. I\'ve been using a string for my query or embedding an external file with the SQL code, and every time AS see[详细]
2023-02-14 14:15 分类:问答MySQL create table containing values from a column in another table
Lets say I have a table tilistings with a dozen columns, and about 2,000 rows there is one column cityname that has probably 50 different values in it. What I want to do, is search through the tilisti[详细]
2023-02-07 03:30 分类:问答Is it possible to roll back CREATE TABLE and ALTER TABLE statements in major SQL databases?
I am working on a program that issues DDL. I would like to know whet开发者_开发技巧her CREATE TABLE and similar DDL can be rolled back in[详细]
2023-02-04 01:23 分类:问答ERROR 1005 (HY000): Can't create table when using foreign keys
what is wrong with the two foreign keys which I have marked with comments? create database db; use db; create table Flug([详细]
2023-02-03 13:12 分类:问答How can I restrict CREATE TABLE access for a user to a specific schema (sql server)?
I\'d like to allow some users to create tables in a particular schema, but not be able to create tables in other schemas. How can I achieve this?[详细]
2023-02-03 00:24 分类:问答sqlite3: creating table with no columns
I want to create table with no columns in sqlite3. It is possible in postgres database, but not in a sqlite3 one. Is there any way to achieve this, or is it simply not supported (maybe not in sql stan[详细]
2023-02-02 09:21 分类:问答CREATE TABLE AS - how to add column with PK?
I have to create a table (H2 embedded database) using fields from other tables. I decided to use CREATE TABLE AS statement.[详细]
2023-01-31 05:32 分类:问答Relational tables: a 3rd table with relations
I\'m building a php page that will show an specific banner when the user enters his/her phone number in a form field.[详细]
2023-01-31 02:19 分类:问答Simple question on a SQL create table
I was actually in process of creating a sample table in my test database when somehow I missed out on proper syntax and came up with this statement for create table -[详细]
2023-01-26 05:39 分类:问答Create table in SQLite only if it doesn't exist already
I want to create a table i开发者_如何学编程n a SQLite database only if doesn\'t exist already. Is there any way to do this? I don\'t want to drop the table if it exists, only create it if it doesn\'t.[详细]
2023-01-23 18:06 分类:问答
加载中,请稍侯......