| Thread | Last Post | Replies |
|
| loading TAB delimited text file using Fastload (Teradata) | 29 Nov 2005 14:59 GMT | 1 |
I try to use Teradata Fastload utility to load TAB delimited text file. According to documentation delimiter is defined by following statement: SET RECORD VARTEXT "c" where c is the delimiter.
|
| Recommendation Requested | 29 Nov 2005 03:51 GMT | 2 |
I'm an Oracle forms application designer by trade working for a DoD contractor, but my company has asked me to recommend a database backend and front end development tool for its own internal use. The requirement is 50+ users in several geographic locations therefore
|
| some questions about SQL syntax in Oracle | 28 Nov 2005 22:41 GMT | 1 |
can i add auto index in the oracle database table? how to check the no. of entry in the field? thanks!
|
| abstract type and postgresql / RDBMS | 28 Nov 2005 15:19 GMT | 3 |
I am a novice to DB. I am working with Postgresql. The following is *not* an academic assignment. I suspect this could be an FAQ. The required data to be stored is graphs with nodes and branches belonging to various types. Based on each type, more data needs to be
|
| Is 'status' a reserved word? | 26 Nov 2005 19:18 GMT | 1 |
I'm trying to determine whether or not 'status' is a reserved word for some SQL standard, and have encountered conflicting information. The following reserved words checker suggests that it isn't: http://www.petefreitag.com/tools/sql_reserved_words_checker/
|
| renaming colums in MySQL | 26 Nov 2005 16:09 GMT | 4 |
How would one go about renaming columns in MySQL? Neither of the following seem to work: ALTER TABLE phpbb_users RENAME username TO usertest ALTER TABLE phpbb_users RENAME COLUMN username TO usertest
|
| Performance when using php and mysql | 25 Nov 2005 22:23 GMT | 1 |
Can somebody tell my something about performances when using mysql and php! Where i can find document about this performance? How php and mysql behave in use of multiple connections?
|
| Lists and databases | 24 Nov 2005 13:53 GMT | 2 |
I'm currently designing my first complex database, and I'm somewhat stumped on how to store ordered lists data. I have an object that represents an instruction, and I have an object that has a list of these instructions. The instruction must be ordered, and I need to be
|
| preventing certain SQL injections | 24 Nov 2005 00:49 GMT | 4 |
I'm trying to write a modification for phpBB that protects against common exploits, and am currious as to whether or not blocking all requests containing the substring 'UNION' would be sufficient to protect against SQL injection attacks involving UNIONs. If it isn't
|
| design conflict - primary-foriegn constraints VS deadlock | 22 Nov 2005 17:15 GMT | 2 |
I've just been researching deadlocks (yes, we sometimes use Sybase;-) and came across the generic advice to always access (and implicitly lock) tables in the
|
| Indexes and -Null- values | 22 Nov 2005 16:34 GMT | 7 |
My Oracle DBA friends once explained to me that null values, when used as a part of a restriction clause in SQL do not take advantage of any indexes placed on that specific column. As in the generic example below:
|
| How should I represent this constraint? | 22 Nov 2005 05:42 GMT | 3 |
I have a set of USERs. Each USER can have multiple DEFAULT_LISTs that belong to it. Every DEFAULT_LIST belongs to one USER. Each USER can have multiple FILEs that belong to it.
|
| Can 1 UPDATE SET more than 1 table? | 22 Nov 2005 01:15 GMT | 3 |
update COST_TAB,POS_TAB,OBJ_TAB set cost_tab.f38=epl.pricesu,POS.F2119='1',OBJ_tab.F22=EPL.UM FROM COST_TAB COST_TAB INNER JOIN EPL EPL ON COST_TAB.F26 = EPL.SKU AND COST_TAB.F38 <>
|
| Automatic database request | 21 Nov 2005 23:46 GMT | 4 |
I will implemented a MySQL database on a Website. There will be a date field on this database and I want this field to be check automaticly to make an actrion if the date expired.The "program" must run by imself on the server. How can I do that? I was thinking that a CGI script on ...
|
| CEIL function | 21 Nov 2005 23:01 GMT | 11 |
Does it exist CEIL function (returns the smallest integer that is greater than or equal to the argument) in Teradata? I can't find it. Any implementation ideas? Thx
|