Data Types Questions and Answers

Recent IT Questions

1 - 11 of 11
<<PREVIOUS 1 NEXT>>

pl/slq procedures - POSITIVE and POSITIVEN as IN OUT parameters

Hi, I have a simple PL/SQL procedure with IN and OUT parameter of type POSITIVEN. CREATE or REPLACE PROCEDURE PROC ( inval IN POSITIVEN, outval OUT POSITIVEN ) AS BEGIN outval := inval; END; I pass the value 1 for the IN value using the sql type INTEGER in a jdbc application. But oracle throws a...

View Answer   |  Nov 12 2009  7:49 PM GMT
Oracle, PL/SQL, Data Types
asked by Kanapo

  5 pts.

Default value of a Indicator data type

Hi, can you please temme, what is the default value of a Indicator data type (N) which is declared with 'INZ'?

View Answer   |  Jul 15 2009  7:47 AM GMT
RPG, RPG/400, Data Types
asked by Srinis

  30 pts.

Finding the average of a data type on a SQL Server

I am trying to figure how to find the average of the data type datetime on my SQL Server. This is my code: SELECT CONVERT(varchar, Tanggal_Produksi, 3) AS Tanggal_Produksi, Target, Actual, Balance, CONVERT(varchar, Waktu_Proses_Awal, 8) AS Waktu_Proses_Awal,...

View Answer   |  Mar 5 2009  8:25 PM GMT
SQL Server, DateTime, Data Types
asked by SQL Server Ask the Experts

  2445 pts.

Converting date time in C#

hi all, I have a column called WBsstartdate (storing dates), that has been created as a Varchar data type. If I run a convert on the table, my date comes out in the right format. (Eg: 2006-04-03 00:00:00). This is fine. However when I run this date as an sql query in a programme in C#, and save...

Answer Question   |  Feb 3 2009  8:07 AM GMT
SQL, VARCHAR, C
asked by Zubairm76

  5 pts.

SQL help

hiow to pick only alphbets in a string or a column using sql

View Answer   |  Oct 31 2008  9:43 AM GMT
SQL, Data Types, SQL Query
asked by Ecsbc

  35 pts.

Insert superscript text into Oracle database

how can i insert superscript or subscript text to the data base i have colomn called measuments Units and i want to insert quadratic meter M2 or Cubing meter M3 am using oracle 9i pleeez help

View Answer   |  Oct 28 2008  10:23 AM GMT
SQL, Oracle developers, Oracle 9i
asked by Rosealzubi

  30 pts.

SQL Queries

pls any one help me I Need to disply in o/p only alphabets but not any numbers or integers for this i/p as follows i/p o/p ----- ---------- 1.2NE NE 1.1NN NN 1.3.1NE NE 1.1CE CE 1.2.2NN ...

View Answer   |  Oct 24 2008  3:42 AM GMT
SQL, Data Types, SQL Query
asked by Ecsbc

  35 pts.

Enforce only alphabets in a particular field of physical file

what is the keyword to enforce entry of only alphabets in a particular field of physical file??? for ex: NAME field of EMPLOYEE MASTER.

View Answer   |  Oct 15 2008  9:20 AM GMT
Data Types, AS/400 development
asked by Shwesmile

  20 pts.

Oracle Data types

I am just learning an ORACLE 9i Book and i was seen that in number Data type the Range is Lies between 1 to 38 in Decimal And -84 to 127 of Scale Range How it is possible because these Fraction degits are subtratect from whole degits ex:- var1 number (5,25);--------------(1)--it is possible? var2...

View Answer   |  Sep 2 2008  9:30 PM GMT
Oracle 9i, Data Types
asked by Tejas

  5 pts.

Converting the nvarchar datatype in SQL Server 2005

SQL Server 2005 automatically converts all the fields with the nvarchar datatype to nvarchar(MAX), which I can’t use with formula functions in Crystal Reports. Is there a way to stop this conversion to nvarchar(MAX)?

View Answer   |  Jul 14 2008  1:51 PM GMT
Crystal Reports, SQL Server 2005, Data Types
asked by SQL Server Ask the Experts

  2445 pts.

Retrieving specific XML data in SQL Server

I have a question regarding SQL Server. I have a table with an ntext datatype column where I am storing XML data. My question is: How do I write a user-defined function to retrieve a particular xml attribute in that column?

View Answer   |  Jun 23 2008  6:57 PM GMT
XML, SQL Server, Data Types
asked by SQL Server Ask the Experts

  2445 pts.

1 - 11 of 11
<<PREVIOUS 1 NEXT>>