python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Does Firebird have an addition assignment operator?
Does Firebird have an addition assignment (+=) to be used in procedures?
Estevanbs
Votes: 0
Answers: 1
Use a returning value from an INSERT table (A) into another table (B)
I need to use the returning value of the Table A (ID) and insert it in Table B as a parameter:
insert into tableA (ID, Name , Address)
values (GEN_ID(GENERATOR,1),'John','123 street')
returning ID
-...
Tonathiu Redrovan
Votes: 0
Answers: 1
How to remove a parenthesized part at the end of a string?
I have stock list values like this
VALANTINE (BY ECK) DAMIER STONE(XL)
SARIYER (BY ECK) MNV1983(XL7)
I want to update stocks list values to this
VALANTINE (BY ECK) DAMIER STONE
SARIYER (BY ECK) MNV19...
Birikim Bilgisayar
Votes: 0
Answers: 1
Union all not displaying all queries
I'm making a query with multiple UNION ALL statements and it's not showing all the results it should show. The SELECT statements all have the same amount of columns, the same aliases and same data typ...
Felipe Soberanski
Votes: 0
Answers: 1