
Search In
REGEXP:
It is similar to LIKE which is used to fetch data based on regular expression from a table.
Syntax:
SELECT columnname(s) FROM tablename WHERE columnname REGEXP pattern;
Example 1:
SELECT name FROM Employee WHERE name REGEXP 'sh$';
Hello
Today's post describes about the steps to maintain product data for PIM desktop.
In PIM Desktop, a product is a data record that is used as a container for items of the same type. The Explorer (products) perspective is provid
Large scale enterprises use mobile apps/ software for every small task. The primary motto behind technology adaption is time-saving and cost saving. An enterprise working on traditional methods can save up to 60% of the time by using techno
Every year, new technologies emerge that have the potential to change the business world. While some fade away, others stay and make a huge impact. Knowing which trends to involve your business in and which ones to pass on can be challenging. However
2018 is all about smart and intelligent applications. With public cloud, Artificial Intelligence, Internet of Things and Blockchain on an upward trend, the enterprise applications will be all about providing real business value to the employees. With


Believe it or not, 2020 is just around the corner! So, is your Wordpress Website ready to handle all the upcoming challenges in 2020?
Are you still in a dilemma that what widgets you need to integrate into your Wordpress website? Don’t
Today, more than half of global web traffic is generated through mobile devices. Web developers have worked hard to ensure that their web pages can adapt to the new era of smartphones and get better ratings of Google's mobile ranking algorithm. T
Hello readers, today in my blog I will discuss about canvas . Using canvas I have created a Concentric circle clock.
The HTML <canvas> element is used to draw graphics on a web page using JavaScript.
It basically used to creat
What is form Validation ?
This is the process to validate web form according to our data format, when the user try to submit wrong data in the field, server will not submit wrong data because we have restricted(validate) the all field accordi
This is our last blog on shopify where we will show listing of orders history of particular customer.
With this api you can track all orders in your webview by passing only order number.
1. Fetch orders in your main activity like this :
private vo
