I'm trying to write a query that extracts and transforms data from a table and then insert those data into another table. Yes, this is a data warehousing query and I'm doing it in MS
2026-01-28 18:22:08AskI'm curious to know if it's possible to bind an array of values to a placeholder using PDO. The use case here is attempting to pass an array of values for use with an IN() condition
2026-01-02 20:22:13AskAn application I've been working with is failing when I try to serialize types. A statement like XmlSerializer lizer = new XmlSerializer(typeof(MyType)); produces: System.IO.Fil
2025-12-28 18:43:18AskNo code is required here. I want to save a very long number because I'm making a game and need to save scores. But I tested it and set the score to 25000000000 but saved it in mysql as 2147483647. I also modified the limit for integers and set it to an integer in mysql. Any ideas? If the number is under 10 digits it works, but if it is more than 10 digits, it doesn't work even if I modify the limit.
2024-04-04 19:09:44AskI'm trying to animate the size of a React3FiberdreiBox component using useFrame. The geometry was working fine until I added the useFrame function, which caused the browser to throw a THREE.WebGLRenderr:ContextLost error and prevent any re-rendering. importReact,{useRef}from'react';import{Box}from'@react-three/drei';import{useF
2024-03-19 22:29:33AskI think try creating a table that is passed through a foreach loop that has to pick related data from two separate tables. Actual situation, making a loan management web application, I have to show the lender the bid data he made to the borrower, but in order to make the display table complete, it needs information from two different tables in the database, what should I do person in charge loan controller functionbeggers(){//obtainingloopfromdifferentsources$user=auth()->u
2024-03-19 17:02:42AskI have two tables Parameters and Share_Details. I have my raw SQL query here and I want to write it in pure Eloquent way. please help. $shareDetails=DB::select("SELECTs.id,share_type,para_int_1,para_int_2,price,para_nameFROMshare_detailsass,parameterswherep
2023-09-07 18:25:04Ask



0
141
0