search
  • Sign In
  • Sign Up
Password reset successful

Follow the proiects vou are interested in andi aet the latestnews about them taster

P粉025632437

P粉025632437

Follow
student

Follow 0
fans 0
integral 0
How to do INSERT into a table records extracted from another table

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:08Ask
MySQL
Can I bind an array to an IN() condition in a PDO query?

I'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:13Ask
PHP
XmlSerializer giving FileNotFoundException at constructor

An 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:18Ask
C++
Python/MySQL cannot persist integer data correctly

No 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:44Ask
MySQL
useframe causes three.webglrenderer: context lost

I'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:33Ask
React
Information from multiple tables in a foreach loop. laravelle 8

I 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:42Ask
PHP
Tips to write this sentence in an elegant way

I 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
PHP