So I find myself using date ranges endlessly as I've been working in SSRS. The below is derived from a collection of various sources across the web as well as some of my own. These are what worked in ...
... via the browser useragent (VisitorUAgent), the User ID (VisitorID, 0 if not logged in) and of course the Timestamp (DateTimeStamp).
Here is a page of some MySQL queries I can do based on just those ...
What?
This is a not-so-quick article that queries an eBay order and creates the relevant ZohoInventory item, contact, sales order, package slip, shipment order, invoice, payment records...
Why? ...
... article link above), we're going to use the GetOrders call for order (sales) management.
/*
Function: fn_GetEbayOrders()
Purpose: Queries eBay for all orders for a specified year
...
... Purpose: Queries DHL for tracking information about a shipment and returns the status code (eg. "delivered")
Date Created: 2023-03-21 (Joel Lipman)
- Initial release
Date ...
... it's reached the end of the list as per eBay and not what you might have thought it was.
/*
Function: fn_GetEbayActiveProducts()
Purpose: Queries eBay for all active listings
Date ...
... Queries eBay for all orders given a from and till date
Date Created: 2023-02-28 (Joel Lipman)
- Initial release
Date Modified: ????
- ???
More Info:
...
What?
An article on the reasoning and steps to generate a dataset using Zoho's ANSI-SQL queries to generate the margins of each invoice in ZohoBooks.
Why?
We need to create a profits/losses dashboard ...
... to in widget.html and secondly, the way you retrieve records in the Zoho JavaScript. If you do not include Zoho queries, then I have found the app can be ported between either Creator or CRM (as in pure ...
What?
This is an article explaining the code needed to write a PHP script which generates an access token for a service account which in turn is used to list files in a team's Google Drive.
This is ...
Sometimes it is critical to ensure a group of queries are all executed successfully to maintain the integrity of our data. Let's say we have a banking app
where we need to subtract funds from one account ...
...
Ones that didn't work for me:
Method #3: By grouping (NOT recommended for more complex queries):
SELECT COUNT(my_field) FROM my_table GROUP BY my_field;
Additional:
Not sure why method 3 ...
... 14th Mar 2011 1.5.0 - Merged all queries for checking 3rd-party content into one SQL query.
- Added Joomla! Admin Option: Display SQL query sent to Database.
- Added Joomla! Admin Option: Case-sensitive ...
...
Joomla lets you build up the queries which admittedly is cleaner and more organized. Here is a query which shows the building methods:
// Get a db connection.
$db = JFactory::getDbo();
// Create ...
Why?
We have a stored procedure which contains two select queries. The first query will retrieve a student ID number where the input parameter is the student's username. The second query will return ...
... I need to submit an Active Directory (AD) username and receive a student ID number instead, all with the aim to improve performance on some SSRS queries which accept either an ID number or an AD name as ...
... Me
2 Myself
3 I
-- to be returned as
RowID my_field_name
--------- --------------------------
1 Me,Myself,I
Note that the following queries include the nested ...
... another dataset (would have to be the first dataset to load so you would need delete your current datasets then add them in the order you want them to load) to get the timestamp of when the queries started. ...
I have googled, binged and asked but to no avail. Some self-proclaimed IT experts in forums said "why would you want to do that?". Unhelpful Bellends. It's a bit like asking me "Why can't I turn on ...
We use cookies to improve your experience on our website. By browsing this website, you agree to our use of cookies. Read more about our Privacy Policy.