Skip to content Skip to sidebar Skip to footer
Showing posts from June, 2023

St_contains In Athena

the below code should return true but returns false. I tested in google maps and point lies in the … Read more St_contains In Athena

Populate A New Field Based On The First Portion Of An Existing Field

I am working on a database project and one of the tasks is to populate a newly created field 'i… Read more Populate A New Field Based On The First Portion Of An Existing Field

How To Write A Query Using Self Join On A Table With Huge Data?

With the following table structure: Table 1: Customers CustID(primary key) | CustName(indexed) --… Read more How To Write A Query Using Self Join On A Table With Huge Data?

Sql Server Hierarchy One Row To Multiple Column Query

I have a table with structure and record like this ID | Name | ------… Read more Sql Server Hierarchy One Row To Multiple Column Query

How To View Sqlite Database In Android Phone

I have connected my device at system. but i am not able to view my database in file-explore of DDMS… Read more How To View Sqlite Database In Android Phone

How To Convert Sql Query Into Linq?

How can I convert the following SQL query into linq? This is what is tried SELECT COUNT(DISTINC… Read more How To Convert Sql Query Into Linq?

Get Favicon From A Web And Save It To Declared Icon In A Pojo Class

I have a RecyclerViewAdapter which I have called MyAdapter and there I set for a Bookmark: ID, Name… Read more Get Favicon From A Web And Save It To Declared Icon In A Pojo Class

Select And Display All Rows Belonging To A Specific Id

I have Table student, student_subject and subject_bsit 'student' -------------------… Read more Select And Display All Rows Belonging To A Specific Id

Update Table Based On Self Table Lookup In Redshift

I have the below table, id email mgr_email mgr_id ------------------------------- 1 email… Read more Update Table Based On Self Table Lookup In Redshift

Convert Simple Sql Query To Jpa... Onetomany Relationship

I have a JPA (Hibernate) model...One object contains a List of other objects. If i want to run a SQ… Read more Convert Simple Sql Query To Jpa... Onetomany Relationship

Sqlite Database Is Locked Exception

I am using c# application and running the application in server machine as windows service.When i p… Read more Sqlite Database Is Locked Exception

Map Column Data To A Value (oracle)

I have an Oracle database and I have a table named Car. I can select the Mileage of the cars like t… Read more Map Column Data To A Value (oracle)

Sequelize With Nodejs Can't Join Tables With Limit

I'm trying to implement a simple query that should look like this: select * from property join … Read more Sequelize With Nodejs Can't Join Tables With Limit

Ora:00936 Missing Expression Error

I'm getting ORA:00936 error for the following query.Please let me know the issue in the query S… Read more Ora:00936 Missing Expression Error

Sql: Comparing Dates With Only Month And Year Columns

I have a table MonthlyShipments that looks like: partnumber | quantity | month | year | part1 … Read more Sql: Comparing Dates With Only Month And Year Columns

Sql Appending To Query Output

So i'm having a bit of trouble to figure out how i could make this work so that i can append th… Read more Sql Appending To Query Output

Why Would I Get A Duplicate Key Error When Updating A Row?

I'm using postgres and I'm getting the duplicate key error when updating a row: cursor.exec… Read more Why Would I Get A Duplicate Key Error When Updating A Row?

How Do I Get Linqtosql To Pass “index Hints” To Sql Server?

As we can’t trust our customers to update the index stats etc in sql server, we have in the past ha… Read more How Do I Get Linqtosql To Pass “index Hints” To Sql Server?

Android Sqlite Inserting And Ordering By Time

I am writing an Android app that allows the user to add a new Module to the database and add the da… Read more Android Sqlite Inserting And Ordering By Time

On Delete Cascade Not Working In Sqlite

In SQLite for iOS (3.7.7) I am running these queries: PRAGMA foreign_keys = ON; create table venue… Read more On Delete Cascade Not Working In Sqlite

Sql Auto Converts Decimal To Numeric When Select & Insert

I have SQL Server 2008 R2 and linked SQL Server 2012. When I do the following SELECT * INTO dbo.Loc… Read more Sql Auto Converts Decimal To Numeric When Select & Insert

Mysql Batch Queries With Limit

I need to change the ownership of several possessions in my MySQL table. The thing that's trip… Read more Mysql Batch Queries With Limit

Alternative To Returning With Insert...select

There's this scenario which involves inserting into a table by copying some columns from anothe… Read more Alternative To Returning With Insert...select

How To Continously Add Values Of Starting Row And Next Row To It

i just want to create an sql query and the result is something like on the image., something like F… Read more How To Continously Add Values Of Starting Row And Next Row To It

Upgrade Sql Server In Place On Your Team Foundation Server

Is it possible to do an in place upgrade of you SQL server edition, (for example upgrade 2012 Expre… Read more Upgrade Sql Server In Place On Your Team Foundation Server

Nested Futurebuilder Vs Nested Calls For Lazy Loading From Database

I need to choose best approach between two approaches that I can follow. I have a Flutter app that … Read more Nested Futurebuilder Vs Nested Calls For Lazy Loading From Database

Looping In Select Query

I want to do something like this: select id, count(*) as total, FOR temp IN SELECT DISTINCT… Read more Looping In Select Query

Passing A Table Name As A Query Parameter In Ms-access

I'm working on a access database that is composed of multiple tables with the same structure. W… Read more Passing A Table Name As A Query Parameter In Ms-access

Microsoft Sql Server 2014 Over Network. Oledb Connection String

I cannot find an appropriate connection string to a Microsoft SQL server, it's the 2014 develop… Read more Microsoft Sql Server 2014 Over Network. Oledb Connection String

Display Result By Selecting Option In Codeigniter 3.0

view image Actually when i select merchant id and year i want to display result, but how to use tha… Read more Display Result By Selecting Option In Codeigniter 3.0

In Mysql Which Inner Join Sql Is Most Effective And Best?

In mysql which inner join sql is most effective and best?                                 1. select… Read more In Mysql Which Inner Join Sql Is Most Effective And Best?

Simple Select Sql Query Not Working

Just thought of learning SQL on my own and started with THIS I was practicing some tutorial and g… Read more Simple Select Sql Query Not Working

Mismatched Input 'from' Expecting Sql

I am running a process on Spark which uses SQL for the most part. In one of the workflows I am gett… Read more Mismatched Input 'from' Expecting Sql

Inserting Multiple Rows Into Table - Getting Error Ora-00933: Sql Command Not Properly Ended

create table employee ( employee_id number (5), first_name varchar2(100), last_name v… Read more Inserting Multiple Rows Into Table - Getting Error Ora-00933: Sql Command Not Properly Ended

Can't Open Sqlconnection Within Nunit Test

I'm having a weird issue that I can't figure out. I'm trying to write some integration … Read more Can't Open Sqlconnection Within Nunit Test

Returning Varchar(max) Output Parameter From Stored Procedure Truncating To 4000 Characters

I've got a classic ASP appln with a SQL2012 database. I recently changed a table column from v… Read more Returning Varchar(max) Output Parameter From Stored Procedure Truncating To 4000 Characters

Error Using System.data.linq.mapping And Auto Incrementing The Primary Key In A Sqlite Db

I'm using SQLite and System.Data.Linq.Mapping. I'm having an issue with the id AUTOINCREMEN… Read more Error Using System.data.linq.mapping And Auto Incrementing The Primary Key In A Sqlite Db

How To Get An Id Associated With At Least All Contents?

Suppose we have the database: ----------- | A -|- B | |----|----| | 1 | 1 | | 1 | 2 | | 2 | 1… Read more How To Get An Id Associated With At Least All Contents?

Sql Pattern Matching Not Giving The Correct Output

I am trying to find a certain set of characters in a column from a datatable. I have tried the patt… Read more Sql Pattern Matching Not Giving The Correct Output

Join Remote Database Table With My Local Database Table In Sql Server 2012

I am using SQL Server 2012 Management Studio. I tried to connect to a remote database. I was able t… Read more Join Remote Database Table With My Local Database Table In Sql Server 2012

Get Month From Calendar Week (sql Server)

I have the following problem: In Microsoft's SQL Server, I have a table where a year and a cale… Read more Get Month From Calendar Week (sql Server)

How To Assign Multiple Variable And String In A Variable In Postgresql

I want to assign multiple values or string or their combination to a postgresql variable. What I wa… Read more How To Assign Multiple Variable And String In A Variable In Postgresql

Database Access In Android

I am creating an android app that is basically a listing of information on Mushrooms. I get this i… Read more Database Access In Android

Cl.exe Error D8003 (missing Source Filename) When Building A Sqlite Module

I downloaded and unziped https://sqlite.org/2016/sqlite-src-3110100.zip. Then when trying to build … Read more Cl.exe Error D8003 (missing Source Filename) When Building A Sqlite Module

Select N Rows With Mixed Values

I have a table with columns like insertTimeStamp, port, data 1 , 20 , 'aaa' … Read more Select N Rows With Mixed Values

Place An Insert Statement Into A Select Statement

I have read the other questions and all of the posted comments/answers to questions that are simila… Read more Place An Insert Statement Into A Select Statement

Stored Procedure In Sql Server (order By Desc)?

I have a stored procedure that will give the latest records i.e., order by added date this is my pr… Read more Stored Procedure In Sql Server (order By Desc)?

How To Insert/update An Updatable View Using Ef Code-first

I have a scenario in which I have created an updatable view composed of several tables that uses IN… Read more How To Insert/update An Updatable View Using Ef Code-first

Php Code Won't Pull Database Information

My current program, for some reason, won't register my database values even though my previous … Read more Php Code Won't Pull Database Information

Sql Eliminate Row When Null

I have data from Table1: AgeCount Age GenderCount Gender RaceCount Race -------… Read more Sql Eliminate Row When Null

How To Select Just 1 Child Table Item For Each Parent Record?

I have a table of lists and a table of list items. I want to formulate a query to select just one l… Read more How To Select Just 1 Child Table Item For Each Parent Record?

Major Bug In Mysql 8.x? -- Foreign Keys

While retrieving foreign keys information from MySQL (for a code generator) I noticed this strange … Read more Major Bug In Mysql 8.x? -- Foreign Keys

Store Date-time Data As Numbers

The current project I’m working on uses an Oracle DBMS to store data. During development I found t… Read more Store Date-time Data As Numbers

How To Get Data Form Database Without Reloading The Page?

I want to make a faq panel when user ask any question it show on the top of division without reload… Read more How To Get Data Form Database Without Reloading The Page?

Importing And Validating Xml File Using Ssis Or Just Plain T-sql?

What is the best practice when importing and validating an XML file to a single table (flattened) i… Read more Importing And Validating Xml File Using Ssis Or Just Plain T-sql?

Convert Numeric Value To Varchar

I'm trying to fetch the records and append some letters to my numeric column, but I'm getti… Read more Convert Numeric Value To Varchar

How To Sort Columns In An Asp.net Gridview If Using A Custom Datasource?

I can't get my GridView to enable a user to sort a column of data when I'm using a custom S… Read more How To Sort Columns In An Asp.net Gridview If Using A Custom Datasource?

Grouping Orders By Category In Mvc4 View

In our MVC4 application my database has an Orders table, a Products table and a Category table. Eve… Read more Grouping Orders By Category In Mvc4 View

Invalid Column Name

SELECT Ad.Id, Newspaper, (select Organization from JobOrganization where JobOrganization.Id = … Read more Invalid Column Name

Sql Ordering By Rating/votes

I have the following SQL statement; SELECT * FROM items WHERE votes > 4 ORDER BY (rating/votes) … Read more Sql Ordering By Rating/votes

Sql Returning Custom Values Based On Query Results

is it possible to make a query that returns a different custom value based on a query. its hard to … Read more Sql Returning Custom Values Based On Query Results

Sql Server Compact Edition Data Access With The Sqlceresultset In Visual Studio 2013

I would like use the SqlCeResultSet like this tutorial in Visual Studio 2013. This is the code of … Read more Sql Server Compact Edition Data Access With The Sqlceresultset In Visual Studio 2013

What Happens When I Exhaust A Bigint Generated Key? How To Handle It?

I can't imagine for myself a good answer for this, so I thought of asking it here. In my mind, … Read more What Happens When I Exhaust A Bigint Generated Key? How To Handle It?

Aggregate For Each Day Over Time Series, Without Using Non-equijoin Logic

Initial Question Given the following dataset paired with a dates table: MembershipId | ValidFromDat… Read more Aggregate For Each Day Over Time Series, Without Using Non-equijoin Logic

In Mysql, Find Strings With A Given Prefix

In MySql, I want to locate records where the string value in one of the columns begins with (or is … Read more In Mysql, Find Strings With A Given Prefix