FRESHERSHOME![]() |
This is a discussion on Can we create the table with more than 2 Long datatype fields in MYSQL ? within the MySQL forums, part of the Data Base Related category; The above condition is the must. I want to create table with more than one LONG datatype and declare the ...
| |||||||
| Notices |
| MySQL MySQL Related discussion, MySQL configuration help, and everything related to MySQL |
![]() |
| | Thread Tools | Display Modes |
|
#1
| |||
| |||
| The above condition is the must. I want to create table with more than one LONG datatype and declare the two LONG fields as a Primary Key also. (Option is we create the table in PL/SQL or MYSQL with ORACLE10g features are also used). how can i create the table & primary key ?
__________________ Powered by Yahoo! |
|
#2
| |||
| |||
| MySQL doesn't have a LONG datatype. It has a LONGTEXT data type and a LONGBLOB data type, either of which would correspond to a LONG in PL/SQL. Assuming, therefore, you want to create a table that has three columns: two LONGTEXT columns which will be combined to a single primary key, and a third INT column with a length of 11: CREATE TABLE mytable column1 LONGTEXT, column2 LONGTEXT, column3 INT(11) PRIMARY KEY (column1, column2) ;
__________________ Powered by Yahoo! |
|
#3
| |||
| |||
| two long fields isnt your problem, u cant have two primary keys for one table make one primary and index the other for searching
__________________ Powered by Yahoo! |
![]() |
| Tags |
| create, table, than, long, datatype, fields, mysql |
| Thread Tools | |
| Display Modes | |
|
|
Sitemap
Jobs by Location: Advertising and Marketing Jobs - IT Software Jobs - Walk-in Jobs - BPO Jobs - Government Jobs - Sales / BD Jobs - Tele Communication Jobs App Programming - Network Admin
Jobs By Location: Jobs in Bangalore - Jobs In India - Jobs in Delhi - Jobs in Hyderabad - Jobs in Kochi - Jobs in Mumbai - Jobs in Trivandrum - Jobs in pune - Jobs in Jonida - Jobs in Chennai - Jobs in Coimbator
Jobs Type: Full Time Jobs - Part Time Jobs
Latest Jobs - Accounting Jobs - Engineering Jobs - IT Jobs - Walkins - How to Face Interview - HR Round Tips - Career Info - Guide For Freshers - Apply for Jobs - Future Studies - Jobs Forums - Freshers IT Software Salary Details