I'm new to programming and trying to use HashSet.contains() method to check for elements in one HashSet exist in another HashSet. I defined a boolean method, compareString, to check if all the elements in stringExpected exists in stringActual. For some reason, it always return 'FALSE', any...
Hi,
I'm using Test Director 7.6 and I have a lot of test cases I need to delete from the Test Lab. The Ctrl-button doesnt work for multi-select. Is there any way to do multi-select to delete a bunch of test cases in one shot?
Btw, anyone knows what is the wildcard key when doing filtering...
Let's say I have the following table with 2 columns:
Table = Account_tbl
1st Column = Account_name
2nd Column = Amount
How can I set up sum sql to get the total amounts for all the accounts in the tbls? I wanna get it so that it will display the totals for all the 'Smith' and 'Jones'.
Please...
I have the following tables and columns:
Table1 with 3 columns: a, b, c
Table2 with 1 column: a
I want to delete the rows from Table1 whenever there is a match of Table1.a = Table2.a.
I tried the following sql but it tries to delete all the rows in Table1 instead of only when there is a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.