I have made an SQLite database file with some testdata in it. When I use it in my application it goes well.
Table1 columns: clinic_code, schedule_date, schedule_time, source_id Table2 columns: clinic_code, schedule_date, schedule_time
i have an html form that calls a php one. the php inserts data to the sql database. so, this is part of my php code
I have 3 tables, one that has already been prepopulated with data and 2 that are brand new. My first table (the prepopulated one) looks like this:
Hy I want to insert into ODBC and I have the error:ERROR [42000] [Microsoft][ODBC Visual FoxPro Driver]Syntax error.
I have a problem. When I want to insert in mysql table from php it doesn\'t work and it write an error
I have a multiple db connection situation like this: db connection 1: INSERT xyz (very short time passes)
Say I have a select SELECT DISTINCT id, customer_id, domain FROM config WHERE type = \'foo\'; which returns some records.
I have an error inserting some content in a Postgresql Database when I don\'t attach any file. I have a form with some inputs that I insert in one table and one input to upload multiple files and some
I want to get data from one table and transfer it to another like-for-like table on another pc. Is there a sql command where i can do an \"insert into table.....\"