How can I insert into table with different input using / ,with date datatype?
insert into run(id,name,dob)values(&id,'&name',[what should I write here?]);
I’m using oracle 10g.
Related Posts:
- ORA-01861: literal does not match format string
- Convert timestamp to date in Oracle SQL
- ora-06553 pls-306 wrong number or types of arguments in call to ‘ogc_x’
- ORA-00904: invalid identifier
- how to fix oracle ORA-01722 invalid number error
- SQL query to select dates between two dates
- ORA-00979 not a group by expression
- ORA-00907: missing right parenthesis
- How to implement one-to-one, one-to-many and many-to-many relationships while designing tables?
- ORA-01843 not a valid month- Comparing Dates
- ORA-00918: column ambiguously defined in SELECT *
- Oracle error : ORA-00905: Missing keyword
- How do I limit the number of rows returned by an Oracle query after ordering?
- Oracle SELECT TOP 10 records
- Can a foreign key be NULL and/or duplicate?
- How to Select Top 100 rows in Oracle?
- ORA-12560: TNS:protocol adaptor error
- Get day of week in SQL Server 2005/2008
- ORA-00972 identifier is too long alias column name
- Oracle Apex column link from LOV values
- PLS-00103: Encountered the symbol when expecting one of the following:
- What’s the difference between RANK() and DENSE_RANK() functions in oracle?
- ORA-00918: column ambiguously defined in SELECT *
- ORA-00918: column ambiguously defined in SELECT *
- Oracle – ORA-01489: result of string concatenation is too long [duplicate]
- DateTime2 vs DateTime in SQL Server
- What is it exactly a BLOB in a DBMS context
- “ORA-01438: value larger than specified precision allowed for this column” when inserting 3
- How do you create a temporary table in an Oracle database?
- Oracle “Partition By” Keyword
- How do I query for all dates greater than a certain date in SQL Server?
- Oracle SQL: Update a table with data from another table
- Sql query to insert datetime in SQL Server
- SQL selecting rows by most recent date with two unique columns
- ORA-06502: PL/SQL: numeric or value error: character string buffer too small
- Comparing Dates in Oracle SQL
- How do I reset a sequence in Oracle?
- Query to convert from datetime to date mysql
- Update statement with inner join on Oracle
- Subtract one day from datetime
- MySQL equivalent of DECODE function in Oracle
- Get current year in TSQL
- How do I query for all dates greater than a certain date in SQL Server?
- Oracle: If Table Exists
- DATEDIFF function in Oracle
- How to create id with AUTO_INCREMENT on Oracle?
- LEFT function in Oracle
- What is the difference between Views and Materialized Views in Oracle?
- How do I view the Explain Plan in Oracle Sql developer?
- ORA-01779: cannot modify a column which maps to a non key-preserved table
- ORA-01735: invalid ALTER TABLE option – Toad
- Unknown column in ‘field list’ error on MySQL Update query
- SQL Inner-join with 3 tables?
- MySQL create table if not exists and insert record only if table was created
- Rename column SQL Server 2008
- SQL Error: ORA-00942 table or view does not exist
- Teradata: how to convert varchar value (format ‘dd.mm.yyyy’) to date (format ‘yyyy-mm-dd’ )?
- ORA-00984: column not allowed here [duplicate]
- How Stuff and ‘For Xml Path’ work in SQL Server?
- Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock’ (2)
- must appear in the GROUP BY clause or be used in an aggregate function
- How can I return pivot table output in MySQL?
- The multi-part identifier could not be bound
- What does the following Oracle error mean: invalid column index
- MySQL syntax for Join Update
- SQLite – UPSERT *not* INSERT or REPLACE
- how to drop partition without dropping data in MySQL?
- Conversion of a varchar data type to a datetime data type resulted in an out-of-range value in SQL query
- Simple way to calculate median with MySQL
- The ALTER TABLE statement conflicted with the FOREIGN KEY constraint
- Error 1046 No database Selected, how to resolve?
- Oracle SQL query for Date format
- What is the Oracle equivalent of SQL Server’s IsNull() function?
- How to SUM and SUBTRACT using SQL?
- Simulate CREATE DATABASE IF NOT EXISTS for PostgreSQL?
- Postgresql tables exists, but getting “relation does not exist” when querying
- Postgres Error: More than one row returned by a subquery used as an expression
- SQL Parentheses use in an OR clause
- Is it possible to GROUP BY multiple columns using MySQL?
- What is the difference between LATERAL JOIN and a subquery in PostgreSQL?
- Is there a Max function in SQL Server that takes two values like Math.Max in .NET?
- Best way to test if a row exists in a MySQL table
- Is it possible to specify condition in Count()?
- SQL Server: Make all UPPER case to Proper Case/Title Case
- using sql count in a case statement
- Temporary table in SQL server causing ‘ There is already an object named’ error
- MySQL OPTIMIZE all tables?
- MySQL INSERT INTO table VALUES.. vs INSERT INTO table SET
- How do I count unique items in field in Access query?
- Sqlite: CURRENT_TIMESTAMP is in GMT, not the timezone of the machine
- What is a postgres superuser
- prepare() not working
- How do I move a WordPress site to another server?
- WP Optimization: Removing Orphaned wp_options (especially the autoload ones)
- Auto-update tables from database
- dbDelta not creating table (yes, once more)
- How to export 2 week’s worth of posts
- blank page after update my theme
- wpdb prepare without placeholder
- Want to delete woocommerce coupon in bulk from phpmyadmin based on published date