Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
20% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
4
Posts with Downvotes
4
Downvoting Members
1
0 Endorsements
Ranked #31.8K
Ranked #4K
~31.2K People Reached
Favorite Forums
Favorite Tags

6 Posted Topics

Member Avatar for dharam_05

An empty string is treated as a null value in Oracle. Let's demonstrate. We've created a table called suppliers with the following table definition: create table suppliers ( supplier_id number, supplier_name varchar2(100) ); Next, we'll insert two records into this table. insert into suppliers (supplier_id, supplier_name ) values ( 10565, …

Member Avatar for jacks009
0
13K
Member Avatar for Narue

I am not able to flush stdin here,is there a way to flush stdin?If not then how to make getchar() to take a character as input from user, instead of a "\n" left by scanf in the input buffer?? #include "stdio.h" #include "stdlib.h" int main(int argc,char*argv[]) { FILE *fp; char …

Member Avatar for Smn
18
13K
Member Avatar for nadiam

Setting up and Configuring your Microsoft SQL Server 2008 Local Database Download SQL Server Download SQL Server Express. Express is the Free edition of MS SQL Server http://www.microsoft.com/en-us/download/details.aspx?id=1695 Install your SQL Server Instance Click the Start button -> Click Microsoft SQL Server 2008 -> Click Configuration Tools -> Select SQL …

Member Avatar for janissantony
0
877
Member Avatar for COKEDUDE
Member Avatar for COKEDUDE

If no process is reading from the client_output fifo, then the background pipeline is not starting. Since the process that reads client_output does not start until a line is read from client_output_for_request_forming, your processes are blocked.

Member Avatar for COKEDUDE
0
604
Member Avatar for Nurul_2

UPDATE Table1, Table2 SET Table1.LastName = 'DR. XXXXXX' ,Table2.WAprrs = 'start,stop' FROM Table1 T1, Table2 T2 WHERE T1.id = T2.id and T1.id = '010008'

Member Avatar for kamini_1
0
192

The End.