Postgres 8.3 to 9.1 function problem
Migrating the following function from 8.3.9 to 9.1.7 throws the error: SELECT easy_pay(606,1); ERROR: syntax error at or near "." LINE 1: SELECT user.esbalance < amount ^ QUERY: SELECT...
View ArticleUsing spool in shell script
Hi All, I want a script that is used to spool the count of four queries and mail the output . but i dont know how to use spool in shell script and mail it (1) I want to spool the output of four...
View Articlemigrate from FTP to SFTP
I am using following code for FTP in shell script file and it is working.I want to migrate from FTP to SFTP.What code changes/steps will I have to do for SFTP ? FIN ftp -in <<FIN open...
View Articlewith ur clause
WITH UR Clause is not working for subqueries in V9.5 but it's working in V9.7 do you have any documents which states the same or it's an issue in my environment . db2 v9.5 fp9 :- Code: db2 "select...
View ArticleApply DB2 FixPack
Dears Good day. I have current DB2 with version 9.1.0.3, I am planning to apply Fix Pack 4. I get confused when I read the FixPack 4 Prerequisite Prerequisite: 9.1.0.0 but my current version is 9.1.0.3...
View ArticleMySql Replication Query
Hi, This is my first in this forum...so please take it easy if i made any mistake...thanks So here is my case:: In our production system, One MASTER database and Two SLAVE databases...now i want to use...
View ArticleQuery for null-value in numeric field
Hi, One of the fields in my table is numeric and can have no value or a numeric value. I also have a form where users can enter the criterium OR can leave that criterium-field empty. In case they enter...
View ArticleNumber weeks of work
Number weeks of work Hi there. I should check that the the number weeks of work for the five names is the same for all... that is, there can not be a person who works more or less of other... I create...
View Articledb2 migrate database version 8 to version 9.5
Good afternoon, I have a database in DB2 Version 8 and I want to migrate to version 9.5, I have not installed the DB2 Version 9.5, someone could help me with the steps I should perform. The operating...
View Articlev10 Now Out.
Just noticed they have the Server Edition online. Database Software Design and Management - Brilliant Database - News Regards James
View Articleneed an update statements
please can any one make for me an update statemets for this select statement I want to set a.quantity = select (a.quantity) + (b.quantity) from a,b where a.a_id = b.a_id; I have tried this statements...
View Article'Type mismatch' error in BD
All, This is the second time that I have encountered this error. The first time is when MacHeuS'' sent me a file that he had modified; today 'ferslash''sent me back a file of mine that he modified and...
View ArticleNeed some help on this query(urgent)
I have result set like: Module Test Question AnswerText QuestionType Correct Answer -------- ------ -------- ------------- ------------ -------------- Accounts cc Your Name? Hari MCQ 0 Accounts cc Your...
View ArticleUtl_file with zero bytes
Hi All, I have the below requirement: I have an oracle piece of code which access (open the file in 'Read' Mode) a flat file and read the file to insert data into Oracle table. My requirement is, if...
View ArticleFacing issues with drop the database + restore
Hi all, In our setup db2 v9.7 with fixpack 4 Facing issues with drop the database ============================= Actually, i tried to restore the backup i went successfully. But i tried to connect the...
View Articleoracle view execution
Hi guys, I need to find out the actual columns used in the view ( and not the aliased one ) from query. for ex. Customer table has columns = Id , Name , Address CustomerView has all the columns from...
View ArticleMultiple open IT positions Coast to Coast
Position Title Location Type Base Salary Associate/Junior Level JAVA Developer Washington, DC Permanent On-site $75,000 - $85,000 per year Binary Reverse Embedded Engineer with Security Clearance...
View ArticleError while installing MS MySQL server 2000 personal edition
hi i am getting error while installing ms mysql server 2000 personal edition. the error appears after the window saying "Registering Active X component" in setup. Please refer to attached image of...
View ArticleIF Select statement syntax issue
I am using SSIS and DB2. I have db2 query IF....Select query as follows: if 'a'='a' then select count(*) from x; elseif 'b'='b' select count(*)from y; else select count(*) from z; end if Somehow this...
View ArticleI can't CREATE DATABASE
Hello, I install MySQL 5.5.29 in MacOs the instalation is good, but now I can't make my first database, the system say to me: Code: ERROR 1006 (HY000): Can't create database 'symfony' (errno: 2) you now?
View Article