
- Home
- Activity Stream
Activity Stream
New Activity ()
Please reload this page to view the 200+ new activity items that have been created.
-
Older Activity
-
01-24-2023, 01:08 AM
Your approach of directing your client to obtain vendor approval in writing before attempting to trace and reverse engineer the application is a...
2 replies | 20768 view(s)
-
01-24-2023, 01:00 AM
In Microsoft Access, if you are running a query and the output contains duplicate unique values, you can use a DISTINCT clause or a GROUP BY clause...
6 replies | 20818 view(s)
-
01-23-2023, 03:19 PM
Possibly:
INSERT INTO 'phpbb_posts' (forum_id,topic_title,topic_poster,topic_time) VALUES ((SELECT LAST_INSERT_ID()), other data...);
1 replies | 74 view(s)
-
01-23-2023, 06:45 AM
Hello,
I need to write a script in SQL to import topics + posts into a phpBB forum.
The issue I have is: How can I reference the last topic ID...
1 replies | 74 view(s)
-
01-23-2023, 01:08 AM
In Microsoft Access 2003, you can use a parameterized query to restrict the results of a crosstab query. A parameterized query is a query that allows...
2 replies | 16604 view(s)
-
01-23-2023, 12:56 AM
The error message you are seeing suggests that the compiler cannot find the "WriteTo.File" extension method for the Serilog LoggerConfiguration...
1 replies | 9965 view(s)
-
01-21-2023, 12:54 AM
There are a few ways to retrieve data filtered by the results of a calculated column it totally depends on the database you are using. Here are some...
1 replies | 29937 view(s)
-
01-20-2023, 02:17 AM
It sounds like you may have removed the Informix database server without properly backing up or saving the login information, which is why you are...
1 replies | 61992 view(s)
-
01-19-2023, 08:06 AM
Hi there. I'm pursuing my basic course in coding and before I started my course, I had read a few books that helped me a lot. If you are still...
1 replies | 2400 view(s)
-
01-19-2023, 12:06 AM
The reason that the query is returning a row where c2 = '5' is that the '%' wildcard character in a SQL LIKE statement represents zero or more...
2 replies | 2741 view(s)
-
01-18-2023, 12:25 AM
You can use a combination of the SUM() function, the CASE statement, and a subquery to retrieve the customer's credit/debit total balance with this...
2 replies | 1082 view(s)
-
01-18-2023, 12:20 AM
In SSRS, parameters are used to provide dynamic values to a report. They can be set in the report's dataset queries, as well as in other parts of the...
1 replies | 10201 view(s)
-
01-18-2023, 12:14 AM
Yes, you can use checksum or hash values to compare the data in two tables from different databases in Sybase. This approach can be more efficient...
1 replies | 4106 view(s)
-
01-18-2023, 12:09 AM
The issue with the regular expressions you provided is that they are looking for a specific format of the string where the numbers are 4 digits and...
2 replies | 1721 view(s)
-
01-17-2023, 11:54 PM
In Microsoft Access, you can use a query to combine data from multiple tables and update the serial number column in the template table with the...
2 replies | 14746 view(s)
-
01-17-2023, 11:40 PM
Export the source database: On the source machine, use the Oracle Data Pump export utility (expdp) to export the source database. This will create a...
4 replies | 19412 view(s)
-
01-17-2023, 01:29 PM
lower salary AND more cars? Which has priority? Sort by number of cars then by salary and limit to 10?
Build an aggregate query that counts cars...
6 replies | 17696 view(s)
-
01-17-2023, 02:04 AM
Creating an instance after installing the data server client depends on the specific database management system (DBMS) you are using.
SQL...
1 replies | 2302 view(s)
-
01-17-2023, 01:57 AM
To remove spaces between columns in the results of a SQL query, you can use the CONCAT function to concatenate the values of each column together...
1 replies | 2702 view(s)
-
01-17-2023, 01:49 AM
To list the top 10 employees in SQL, you can use a SELECT statement with an ORDER BY clause and a LIMIT clause. The ORDER BY clause is used to sort...
6 replies | 17696 view(s)
-
01-17-2023, 01:37 AM
The error message "Changing data structure forced command termination" is typically encountered when you are using the onstat command to view session...
3 replies | 178 view(s)
-
01-17-2023, 01:33 AM
You can use a DELETE statement with a subquery. The subquery would be used to select the records that do not have a parent code value and parent, and...
2 replies | 19726 view(s)
-
01-17-2023, 01:25 AM
In SQL Server, you can use the system function "sp_who2" to check for currently running or blocked queries. This function returns information about...
2 replies | 13018 view(s)
-
01-13-2023, 03:53 AM
Thank You.
3 replies | 178 view(s)
-
01-13-2023, 12:59 AM
I was informed by IBM community group that this is a known bug on Informix version 11.40FC9.
I am posting this here for anyone who might experience...
3 replies | 178 view(s)
-
01-11-2023, 10:16 AM
Hello,
I installed a new informix server version IBM Informix Dynamic Server Version 14.10.FC9 running on a RedHat Enterprise Linux 8.4 VM...
3 replies | 178 view(s)
|
|