Enter Keywords:
1 - 10 of 27(0 seconds)
Sort By:
 
hi, is it possible to convert a varchar to an integer with a query? something like "select * from table where INT(field) > 90"? field is of type varchar thanks for any help
Zones: DatabasesDate Answered: 08/23/2001 Rating: 8.6 Views: 0
Hi i have the following SQL statement psql="Update customers set pointstotal="& points psql= psql & " , pointsremaining =" & pointsremain psql=psql &  " , sponsoree= '" & Sponsoree & "'"   ...
Zones: MS SQL ServerDate Answered: 01/27/2004 Rating: 7.0 Views: 0
In below oracle PSQL code I want to get more detail of exception. Like in which field and table, error related. So is there any object for error types. ----------------------------------------...
Zones: Oracle 9.x, PL / SQL, OracleDate Answered: 09/07/2007 Rating: 7.8 Views: 9
Have a table with employees and each employee record has a supid & supname included. What I need is to create a recursive query that will tie every sup to a list of his employees. For example: ...
Zones: MS SQL Server, PostgreSQL, SQL Server 20...Date Answered: 09/25/2008 Rating: 8.8 Views: 20
Hi! I got a novice question regarding Tomcat! We have a server with Tomcat installed. - Is it possible to use MOD_PLSQL through tomcat or do we have to install apache as well??? rgs Jan
Zones: Apache Web ServerDate Answered: 08/19/2002 Rating: 9.0 Views: 0
I would like to capture the results of a command such as: select * from mytable; into an output file.  The documentation suggest one can use psql -- from the command line, but I would like to...
Zones: PostgreSQLDate Answered: 10/04/2006 Rating: 9.8 Views: 0
How can I connect to Pervasive SQL from windows Excel; what drivers do I need, I am looking for ODBC drivers but Pervasive website says it is provided with original sofware, Is there any place I ca...
Zones: SQLBase, DatabasesDate Answered: 04/22/2008 Rating: 7.4 Views: 0
Hello, I am attempting to import some csv files into existing tables in my Postgresql database. Instead of easily copying the data into my tables I seem to be doing something wrong. Each of the ...
Zones: PostgreSQL, Databases, Web S...Date Answered: 04/21/2009 Rating: 7.6 Views: 67
Hello, I am new to PostgreSQL and I need to move the databases from one server to another? I have read about a dumpall feature that will allow me to do this.. However, when I type in the command...
Zones: Microsoft OSDate Answered: 07/22/2009 Rating: 9.1 Views: 0
Hi Experts, Currently I am able to psql into a database without a password.  I don't want this - I want to be prompted for a password - what's the fix? Thanks, Mike
Zones: PostgreSQLDate Answered: 09/17/2008 Rating: 8.2 Views: 123